All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.Window | +----com.apple.alpha.app.Panel | +----com.apple.alpha.app.PageLayout
NSPageLayout
.
[[NSPageLayout
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
- accessoryView
Objective-C instance method.
+ pageLayout
Objective-C class method.
- pickedButton:
Objective-C instance method.
- pickedOrientation:
Objective-C instance method.
- pickedPaperSize:
Objective-C instance method.
- pickedUnits:
Objective-C instance method.
- printInfo
Objective-C instance method.
- readPrintInfo
Objective-C instance method.
- runModal
Objective-C instance method.
- runModalWithPrintInfo:
Objective-C instance method.
- setAccessoryView:
Objective-C instance method.
- writePrintInfo
Objective-C instance method.
public static final int PLImageButton
public static final int PLTitleField
public static final int PLPaperNameButton
public static final int PLUnitsButton
public static final int PLWidthForm
public static final int PLHeightForm
public static final int PLOrientationMatrix
public static final int PLCancelButton
public static final int PLOKButton
protected PageLayout(boolean shouldAllocate, int objcObject)
public PageLayout()
[[NSPageLayout
alloc] init]
.
public PageLayout(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public PageLayout(Rect contentRect, int aStyle, int bufferingType, boolean flag)
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
public PageLayout(Rect contentRect, int aStyle, int bufferingType, boolean flag, Screen screen)
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
public static native PageLayout pageLayout()
+ pageLayout
Objective-C class method.
public native void setAccessoryView(View aView)
- setAccessoryView:
Objective-C instance method.
public native View accessoryView()
- accessoryView
Objective-C instance method.
public native void pickedButton(Object sender)
- pickedButton:
Objective-C instance method.
public native void pickedPaperSize(Object sender)
- pickedPaperSize:
Objective-C instance method.
public native void pickedOrientation(Object sender)
- pickedOrientation:
Objective-C instance method.
public native void pickedUnits(Object sender)
- pickedUnits:
Objective-C instance method.
public native void readPrintInfo()
- readPrintInfo
Objective-C instance method.
public native void writePrintInfo()
- writePrintInfo
Objective-C instance method.
public native PrintInfo printInfo()
- printInfo
Objective-C instance method.
public native int runModalWithPrintInfo(PrintInfo pInfo)
- runModalWithPrintInfo:
Objective-C instance method.
public native int runModal()
- runModal
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index